vcPythonProcessHandler
vcPythonProcessHandler is a behavior that allows you to define a custom robot statement written in Python. You can also use this behavior as a handler for overriding the default execution of statements in a robot program.
See in: Overview
Module: vcRobotics
Parent: vcBehavior
Children -
Referenced by: vcPathStatement.ProcessHandler, vcRobotExecutor.StatementHandler
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Icon | vcBitmap | RW | Gets or sets an icon for the process when referenced by a process statement in the GUI. |
| Process | String | RW | Gets or sets the name and id of process. |
| Properties | vcPropertyContainer | R | Gets the properties of the process handler. |
| Script | String | RW | Gets or sets the executable Python code of process. |